add GtkApplicationWindow
authorRyan Lortie <desrt@desrt.ca>
Wed, 30 Nov 2011 14:34:29 +0000 (09:34 -0500)
committerRyan Lortie <desrt@desrt.ca>
Mon, 19 Dec 2011 17:51:08 +0000 (12:51 -0500)
commita93b9dd1cbdf84c7340bf533b721d6c8d83e93f0
tree3e38cde74b5b77067309313693422631076f7f7b
parente7ad2f97c8aaf23a599c970df4fd9eda0ce2df33
add GtkApplicationWindow

This is a GtkWindow subclass that "application windows" will use.  Each
is associated with a GtkApplication, has the ability to show menus and
will have its own associated set of actions.
gtk/Makefile.am
gtk/gtk.h
gtk/gtkapplication.c
gtk/gtkapplicationwindow.c [new file with mode: 0644]
gtk/gtkapplicationwindow.h [new file with mode: 0644]